home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 4775 / 4775.xpi / chrome / autofillforms.jar / skin / autofillForms.css < prev    next >
Cascading Style Sheet File  |  2008-06-17  |  972b  |  46 lines

  1. #autofillFormsButton,
  2. .autofillFormsButton {
  3.     list-style-image: url("pencil.png");
  4. }
  5. toolbar[iconsize="small"] #autofillFormsButton,
  6. toolbar[iconsize="small"] .autofillFormsButton,
  7. .autofillFormsIcon {
  8.     list-style-image: url("pencil-small.png");
  9. }
  10.  
  11. .autofillFormsProfileIcon {
  12.     list-style-image: url("profile-small.png");
  13. }
  14. .autofillFormsSettingsIcon {
  15.     list-style-image: url("settings-small.png");
  16. }
  17. .autofillFormsHelpIcon {
  18.     list-style-image: url("help-small.png");
  19. }
  20.  
  21. statusbarpanel.autofillFormsIcon {
  22.     cursor: pointer;
  23. }
  24.  
  25. #autofillFormsTooltipCurrentProfile {
  26.     margin-bottom:10px;
  27. }
  28. #autofillFormsTooltipCurrentProfileCaption {
  29. }
  30. #autofillFormsTooltipCurrentProfileLabel {
  31.     font-weight: bold;
  32. }
  33. #autofillFormsTooltipGrid {
  34. }
  35. .autofillFormsTooltipGridHeader {
  36.     font-weight:bold;
  37.     margin-bottom:5px;
  38. }
  39. .autofillFormsTooltipGridCommand {
  40. }
  41. .autofillFormsTooltipGridMouseButton {
  42.     font-style:italic;
  43. }
  44. .autofillFormsTooltipGridKeyboardShortcut {
  45.     font-family:monospace;
  46. }